html,
body {
    letter-spacing: 1px;
    line-height: 1.6;
}

a {
    color: #333;
    text-decoration: none;
    font-size: .9rem;
}

.font-blue {
    color: #01539F;
}

.font-yellow {
    color: #FCEB00;
}

.tc {
    text-align: center;
}

.xsshow {
    display: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pchead {
    background-color: rgb(245, 245, 245);
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.pchead h6 {
    margin: 0;
    font-weight: 100;
    color: #01539F;
    font-weight: bold;
}

.pcnav {
    width: 100%;
    height: 75px;
    line-height: 75px;
    position: fixed;
    background-color: #fff;
    z-index: 1000;
}

.navtop {
    top: 0;
    transition: all .5s ease-in-out;
    background-color: #fff;
    box-shadow: 0 2px 12px#ccc;
}

.navtop a {
    color: #333 !important;
}

.pcnav-logo {
    width: 12%;
    height: 75px;
}

.pcnav-logo>img {
    vertical-align: middle;
}

.pcnav-nav {
    width: 65%;
}

.pcnav-nav>ul>li {
    float: left;
    width: 12.5%;
    text-align: center;
}

.pcnav-nav>ul>li>a {
    font-weight: bold;
}

.pcnav-nav>ul>li>a:hover {
    color: #01539F;
    transition: all .5s;
}

.banner {
    width: 100%;
    height: 700px;
}

.banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 21%;
}

.banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: 24%;
}

.icon-youjiantou1,
.icon-zuojiantou {
    font-size: 2.6rem;
    color: #fff;
}

.icon-youjiantou1:hover,
.icon-zuojiantou:hover {
    color: #FCEB00;
    transition: all .5s;
}

.banner .swiper-button-next,
.swiper-button-prev {
    bottom: 12% !important;
}

.banner img {
    height: 700px;
    filter: brightness(70%);
}

.phonenav h2 {
    margin: 12px 0 0 0;
    color: #01539F;
    font-size: 2rem;
}

.phone-item {
    display: none;
}

.phone-item>ul>li {
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
}

.phone-banner {
    height: 300px !important;
}

.phone-banner img {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(70%);
}

.phone-banner .swiper-slide-active img {
    filter: brightness(40%);
    transition: all 2.5s;
}

.phone-bannertext {
    position: relative;
    top: 30%;
    left: 10%;
}

.swiper-container {
    margin-top: 70px;
}

.phone-bannertext>section {
    margin: 8px 0;
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
}

.phone-bannertext>section>button {
    border: none;
    background: #FCEB00;
    padding: 10px 30px;
    padding-top: 8px;
    margin-top: 6px;
}

.phone-bannertext>section>button>a {
    color: #333333;
    font-weight: bold;
}

.index1-bannertext,
.index2-bannertext {
    position: absolute;
    top: 28%;
    left: 20%;
    letter-spacing: 2px;
}

.index1-bannertext>h3 {
    color: #fff;
}

.index1-bannertext>h2 {
    font-size: 3rem;
    color: #fff;
    margin: 30px 0;
    font-weight: 700;
    line-height: 1.3;
}

.index1-bannertext>h5 {
    color: #fff;
    font-weight: 100;
}

.index1-bannertext>.font-white {
    margin: 25px 0;
    color: #fff !important;
}

.indexbanner-phone {
    width: 100%;
    height: 100%;
}

.index2-bannertext>h2 {
    color: rgb(246, 235, 13);
    font-weight: bold;
}

.index2-bannertext>.font-white {
    color: white !important;
}

.index1-bannertext>button,
.index2-bannertext>button {
    border: none;
    background-color: #FCEB00;
    padding: 8px 30px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 25px;
}

.index1-bannertext>button>a,
.index2-bannertext>button>a {
    color: #333333;
}

.index2-bannertext>h5 {
    color: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.phone-banner {
    display: none;
}

.indexplan1-title {
    text-align: center;
    margin: 4rem 0 2rem 0;
}

.indexplan1-title h5 {
    font-weight: 100;
}

.index-plan1 ul li {
    float: left;
    width: 23.4%;
    min-height: 312px;
    margin: 1% .8%;
}

.index-plan1-item {
    text-align: center;
    background-color: rgb(245, 245, 250);
    padding: 2%;
    box-sizing: border-box;
}

.index-plan1-item>h2 {
    font-size: 3.6rem;
    margin: 0;
    color: #01539F;
    font-weight: 100;
}

.index-plan1-item>h4 {
    margin: 8px 0;
    font-size: 1.4rem;
}

.index-plan1-item>p {
    text-align: left;
    font-size: .9rem;
    color: #656565;
}

.index-plan1 ul li:hover {
    /* background-color: #01539F;
    transition: all .5s; */
}

.index-plan1 ul li:hover h2 {
    color: #FCEB00;
}

.index-plan1 ul li:hover p {
    color: #01539F;
}

.index-plan1 ul li:hover {
    color: #01539F;
}

.index-plan2 {
    margin-top: 3%;
    margin-bottom: 3%;
}

.plan2-left {
    width: 55%;
}

.plan2-right {
    width: 40%;
}

.plan2-left>p {
    font-size: .9rem;
    color: #656565;
}

.plan2-left>button {
    background-color: #125281;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 1% 5%;
    font-size: .9rem;
    letter-spacing: 2px;
}

.plan2-left>button>a {
    color: #fff;
}

.plan2-left>button:hover {
    box-shadow: 0 2px 8px #125281;
    color: #FCEB00;
    transition: all .5s;
}

.plan2-left>button:hover a {
    color: #FCEB00;
}

.index-plan3 {
    background-color: #125281;
    padding: 3% 0;
    color: #fff;
}

.index-plan3 h2 {
    margin: 0;
    font-size: 2rem;
}

.index-plan3 h4 {
    margin-top: 12px;
    font-weight: 100;
}

.plan3-img {
    width: 20%;
}

.plan3-content {
    width: 60%;
    text-align: center;
}

.plan3-but {
    width: 20%;
    text-align: right;
}

.index-plan3 button {
    background-color: #FCEB00;
    color: #333;
    border: none;
    padding: 4% 12%;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 2rem;
    font-size: .9rem;
}

.index-plan4 {
    background-image: url(../images/service.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}

.indexplan4-title {
    padding: 5% 0 18% 0;
    background: rgba(0, 0, 0, .6);
}

.indexplan4-title>h5 {
    font-weight: 100;
}

.index-plan5 {
    background: rgb(245, 245, 250);
    margin-top: -22%;
    margin-bottom: 8%;
    padding: 3% 2% 1% 2%;
    border-radius: 6px;
}

.index-plan5>section {
    float: left;
    width: 23%;
    margin: 1%;
}

.index-plan5>section>h4 {
    margin: 5px 0;
    text-align: center;
    color: #01539F;
}

.index-plan5>section:hover .plan5-img {
    transform: scale(1.2);
    transition: all .5s;
}

.index-plan5>section:hover .plan5text {
    display: block;
}

.plan5-product {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 200px;
}

.plan5-product>img {
    width: 100%;
    height: 200px;
}

.plan5-product>.plan5text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.plan5text>p {
    font-size: .9rem;
    padding: 4% 8%;
}

.index-plan6 {
    margin-top: 20px;
}

.index-plan6title ul li {
    color: #656565;
    font-size: .9rem;
    margin-bottom: 5px;
}

.index-plan6>.left {
    width: 50%;
}

.ny_zblb1 h4 {
    cursor: pointer;
    font-weight: bold;
    margin: 8px 0;
}

.ny_zblb1>ul>li {
    margin-top: 30px;
}

.ny_zblb1>ul>li>ul>li {
    color: #656565;
    padding: 15px 0 0 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: .9rem;
}

.ny_zblb1 li ul {
    display: none;
}

.ny_zblb1 li h4.cur {
    color: #01539F;
    font-weight: bold;
    text-decoration: none;
}

.index-plan6>.right {
    width: 46%;
}

.index-plan7 {
    margin-top: 4%;
}

.index-plan7>h2 {
    margin: 8px 0;
}

.index-plan7>h5 {
    margin: 8px 0;
    color: #333333;
    font-weight: 100;
}

.index-plan7>ul>li {
    float: left;
    width: 45%;
    height: auto;
    min-height: 140px;
    background-color: rgb(245, 245, 250);
    margin: 1% 1% 1% 0;
    padding: 2%;
}

.index-plan7>ul>li>.left {
    width: 12%;
}

.index-plan7>ul>li>.left>img {
    border-radius: 50%;
}

.index-plan7>ul>li>.right {
    width: 85%;
}

.index-plan7>ul>li>.right>p {
    margin: 0;
    font-size: .9rem;
    color: #656565;
}

.index-plan8 {
    margin-top: 4%;
    margin-bottom: 4%;
}

.index-plan8>.left {
    width: 30%;
}

.index-plan8>.left>h2 {
    background-color: #01539F;
    color: #fff;
    margin: 0;
    padding: 18px 0;
    text-align: center;
}

.index-plan8>.left>form {
    padding: 8% 6% 3% 6%;
    border: 1px solid #cccccc;
}

.index-plan8>.left>form>section {
    margin-bottom: 15px;
    font-size: .9rem;
}

.index-plan8>.left>form>section>input,
.mycontainer>input,
.index-plan8>.left>form>section>.left>input {
    width: 100%;
    padding: 3% 5%;
    box-sizing: border-box;
    background-color: rgb(245, 245, 250);
    border: none;
    border-radius: 5px;
}

.index-plan8>.left>form>section>.left {
    width: 65%;
}

.index-plan8>.left>form>section>textarea {
    width: 100%;
    resize: none;
    box-sizing: border-box;
    padding: 3% 5%;
    background-color: rgb(245, 245, 250);
    border: none;
    border-radius: 5px;
    height: 100px;
}

.index-plan8>.left>form>section>button {
    width: 100%;
    background-color: #01539F;
    color: #FCEB00;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}

.index-plan8>.right {
    width: 68%;
    background-color: #FCEB00;
}

.index-plan8>.right>section {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.index-plan8>.right>section:hover .plan8-imgs>img {
    transform: scale(1.2);
    transition: all .5s;
}

.index-plan8>.right>section:hover .plan8text {
    display: block;
}

.plan8-imgs {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 251px;
}

.plan8-imgs>img {
    width: 100%;
    height: 251px;
    object-fit: cover;
}

.plan8text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 251px;
    text-align: center;
    padding-top: 85px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.yy-bor1 {
    /* 上 右 下 左 */
    padding: 0 1.5px 1.5px 0;
}

.yy-bor2 {
    padding: 0 0 1.5px 1.5px;
}

.yy-bor3 {
    padding: 1.5px 1.5px 0 0;
}

.yy-bor4 {
    padding: 1.5px 0 0 1.5px;
}

.footer {
    width: 100%;
    background-color: rgb(45, 43, 64);
    padding: 3% 0;
    color: #738694;
}

.footer>.container {
    background-image: url(../images/footer-vactor.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footerplan1 {
    width: 24%;
}

.footerplan1>img {
    width: 165px;
}

.footerplan1>p {
    margin: 0;
    text-align: left;
    font-size: .9rem;
}

.footerservice {
    padding: 0 15px;
    width: 23%;
    box-sizing: border-box;
}

.footerservice>div {
    width: 50%;
}

.footerservice>.right {
    text-align: center;
}

.footerservice a {
    color: #738694;
    display: block;
    text-align: center;
}

.footerservice>h4 {
    color: #fff;
    margin: 12px 0;
    text-align: center;
}

.footerservice li:hover,
.footerservice a:hover {
    padding-left: 5px;
    transition: all .5s;
}

.w10 {
    margin-left: 5%;
}

.footertel>h4 {
    color: #fff;
}

.footertel>h3 {
    color: #FCEB00;
    font-weight: bold;
}

.footerservice li {
    list-style: none;
    font-size: .9rem;
}

.bottomtel {
    position: fixed;
    width: 100%;
    bottom: 5px;
    background: #01539F;
    border-radius: 8px;
    padding: 0 5%;
    color: #FCEB00;
    box-sizing: border-box;
}

.bottomtel>a {
    color: #FCEB00;
}

.bottomtel h4,
.bottomtel h2,
.bottomtel h1 {
    margin: 0;
}

.bottomtel h4 {
    margin-top: 5px;
}

.bottomtel h2 {
    font-size: 2rem;
    margin: -5px 0;
}

.bottomtel h1 {
    font-size: 3rem;
    text-align: center;
}

.bottomtel>a>.left {
    width: 20%;
}

.bottomtel>a>.right {
    width: 80%;
    text-align: center;
}

.mycontainer {
    width: 100%;
    position: relative;
}

.dateTimeWrap {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #494a4a;
    padding: 10px;
    position: absolute;
    left: 0 !important;
    top: 4px !important;
    z-index: 999;
    font-size: 14px;
    color: #e2e2e2;
    width: 95%;
}

.dateTimeWrap .datePart li.curDay {
    color: #1ea0fa
}

.dateTimeWrap #dayDat li:hover {
    border: 2px double #fff;
    background: #1ea0fa;
    color: #fff
}

.dateTimeWrap #dateTime {
    *float: left
}

.dateTimeWrap .dateTimeHead {
    *overflow: hidden;
    padding: 8px 0 4px
}

.dateTimeWrap .datePart li {
    border: 2px double transparent;
    float: left;
    cursor: default;
    vertical-align: middle;
    width: 38px;
    height: 26px;
    text-align: center;
    line-height: 26px
}

.dateTimeWrap .datePart ul {
    overflow: hidden
}

.dateTimeWrap .changeMonth {
    float: right
}

.dateTimeWrap .changeMonth #pre,
.changeMonth #next {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: default;
    color: #333;
    background: #fff;
    text-align: center;
    line-height: 20px
}

.dateTimeWrap .changeMonth #next {
    margin-left: 10px
}

.dateTimeWrap .dateTimeFoot span,
.timeFooter span {
    cursor: pointer;
    display: inline-block;
    background: #fff;
    color: #333;
    height: 20px;
    line-height: 20px;
    width: 50px;
    text-align: center;
    margin-left: 6px;
    float: right;
}

.dateTimeWrap .timePart {
    text-align: center;
    color: #333;
    line-height: 22px
}

.dateTimeWrap .timePart p,
.timePart ul {
    background: #fff
}

.dateTimeWrap .timePart>ul>li {
    float: left;
    width: 119px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-right: none
}

.dateTimeWrap .timePart ul {
    overflow: hidden
}

.dateTimeWrap .timePart>ul>li p {
    line-height: 30px;
    border-bottom: 1px solid #ccc
}

.dateTimeWrap .timePart ol {
    height: 180px;
    overflow-y: hidden;
    *overflow-y: auto;
    overflow-x: hidden
}

.dateTimeWrap .timePart ol:hover {
    overflow-y: auto
}

.dateTimeWrap .timePart ol:hover li {
    padding-left: 17px;
    *padding-left: 0
}

.dateTimeWrap .timePart ol li {
    line-height: 30px
}

.dateTimeWrap .timePart ol li.cur {
    background: #1ea0fa;
    color: #fff
}

.dateTimeWrap .dateTimeFoot,
.timeFooter {
    overflow: hidden;
    margin-top: 10px;
    height: 20px
}

.dateTimeWrap .timeFooter span {
    width: 80px
}

.dateTimeWrap .timeFooter #ensure {
    width: 50px
}

.dateTimeWrap .dateTimeFoot .selTime,
.timeFooter .selTime {
    float: left;
    margin-left: 0;
    display: none
}

.dateTimeWrap .selTime {
    width: 80px!important
}

.dateTimeWrap #yearSelect {
    margin-right: 6px;
    color: #000;
}

#monthSelect {
    color: #000000;
}

.dateTimeWrap .darkgrey {
    color: #d0d0d0!important
}

.data-secelt {
    position: absolute;
    width: 100%;
}

.index-newstop {
    margin-top: 30px;
}

.index-newstop>div:nth-child(2) {
    float: right;
}

.index-newstop>.left,
.index-newstop>.right {
    width: 49%;
    height: 172px;
    box-sizing: border-box;
}

.newstop {
    box-shadow: 0 2px 10px rgb(230, 235, 255);
}

.newstop section {
    float: left;
    box-sizing: border-box;
}

.index-newimg {
    width: 40%;
}

.index-newimg>img {
    height: 172px;
    overflow: hidden;
    object-fit: cover;
}

.index-newtitle {
    width: 60%;
    padding: 20px;
}

.index-newtitle>p {
    color: #656565;
}

.index-newtitle>h3 {
    margin: 0;
}

.index-newsbottom {
    max-width: 1225px;
    margin-top: 25px;
}

.index-newsbottom>section:hover h4 {
    color: #1ea0fa;
    transition: all .5s;
}

.index-newsbottom>section {
    float: left;
    width: 23%;
    margin: 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgb(230, 235, 255);
}

.index-newsbottom img {
    height: 200px;
    object-fit: cover;
}

.newsbottom-text {
    padding: 0 15px 5px 15px;
}

.newsbottom-text>h4 {
    margin: 5px 0 0 0;
    font-weight: 100;
}

.newsbottom-text>small {
    color: #656565;
}


/* 

    新闻列表/详情页

*/

.pcbanner {
    width: 100%;
    height: 650px;
}

.pcbanner img {
    height: 650px;
    object-fit: cover;
}

.cumber a,
.cumber h2 {
    color: #656565;
    font-weight: 100;
    font-size: .9rem;
}

.cumber>h2>span {
    font-size: 1.8rem;
    vertical-align: middle;
}

.newsitem {
    margin-bottom: 20px;
}

.newslist>.left {
    width: 70%;
}

.newslist>.right {
    width: 28%;
}

.newsitem>section {
    float: left;
    width: 30.333%;
    margin: 12px;
}

.newscontentn img {
    max-width: 100% !important;
    height: auto !important;
}

.newscon>h5 {
    margin: 0;
    font-weight: 100;
}

.newscon .iconfont {
    color: #01539F;
}

.newscontent {
    margin: 25px 0;
    font-size: .9rem;
}

.newscon-next>section {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #eeee;
    box-sizing: border-box;
    padding: 15px 0;
}

.newscon-next>section:hover {
    background-color: #01539F;
    color: #fff;
}

.newscon-next>section:hover a {
    color: #fff;
}

.newscon-next {
    margin: 8px 0;
}

.newsitem>section img {
    height: 180px;
    object-fit: cover;
}

.newsitem-text {
    padding: 5px 0;
}

.newsitem-text>h4 {
    margin: 0;
}

.newsitem-text>small {
    color: #656565;
}

.recommend-title {
    padding: 12px 0;
    text-align: center;
    background-color: #26608b;
    color: #fff;
}

.recommend-title>h3 {
    margin: 20px 0 10px 0;
}

.recommend-title>h5 {
    margin: 10px 0;
}

.recommend-item {
    margin: 30px 0;
}

.recommend-item>h4 {
    margin: 0;
    border-left: 4px solid #01539F;
    padding-left: 8px;
}

.recommend-item>hr {
    margin: 8px 0 15px 0;
    border-top: 1px solid #eeee;
}

.recommend-item>li {
    color: #01539F;
    margin: 8px 0;
}

.friendlink>li {
    float: left;
    list-style: none;
    font-size: .9rem;
    color: #fff;
    font-weight: 100;
    padding: 0 8px;
}

.friendlink>li>a {
    color: #656565;
    font-size: .9rem;
    font-weight: 100;
}

.my_pages {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

.my_pages ul li,
.my_pages ul li a {
    font-size: .9rem;
    font-weight: 100;
}

.my_pages ul li {
    float: left;
    padding: 5px 15px;
}

.title-c {
    color: black;
}

.title-color {
    color: #125281;
}


/* Phone */

@media (max-width: 768px) {
    .xsshow {
        display: block;
    }
    .xsnone {
        display: none;
    }
    .index-plan1 ul li {
        width: 48.4%;
        height: 264px;
    }
    .plan2-left,
    .plan3-but,
    .plan3-content {
        width: 100%;
    }
    .index-plan3,
    .plan3-but {
        text-align: center;
    }
    .plan3-content>h2>span {
        display: block;
    }
    .index-plan2 {
        margin: 8% 0;
    }
    .index-plan3 {
        padding: 10% 0 12% 0;
    }
    .plan2-left>button {
        padding: 3% 10%;
    }
    .index-plan5 {
        margin-top: -16%;
    }
    .index-plan5>section {
        width: 48%;
    }
    .plan5-product,
    .plan5-product>img,
    .plan5-product>.plan5text {
        height: 138px;
    }
    .plan5text>p {
        padding: 0 10%;
    }
    .index-plan6>.left {
        width: 100%;
    }
    .index-plan7 {
        margin-top: 12%;
    }
    .index-plan7>ul>li {
        width: 91%;
    }
    .index-plan7>ul>li {
        padding: 5%;
    }
    .index-plan7>ul>li>.left {
        width: 20%;
    }
    .index-plan7>ul>li>.right {
        width: 72%;
    }
    .index-newsbottom>section {
        width: 45%;
        margin: 8px;
    }
    .index-newsbottom img {
        height: 120px;
    }
    .index-plan8 {
        margin-top: 12%;
        margin-bottom: 12%;
    }
    .index-plan8>.left,
    .index-plan8>.right {
        width: 100%;
    }
    .plan8text,
    .plan8-imgs>img,
    .plan8-imgs {
        height: 120px;
    }
    .plan8text {
        padding-top: 30px;
    }
    .dateTimeWrap .datePart li {
        width: 36px;
    }
    .footer {
        margin-bottom: 80px;
    }
    .footerplan1,
    .footerservice,
    .footertel {
        width: 100%;
    }
    .footerservice {
        margin-left: 0;
    }
    .footerservice>h4 {
        text-align: center;
    }
    .footertel {
        text-align: center;
    }
    .index-plan8>.left>form>section>.left {
        width: 60%;
    }
    /* 
    
    新闻列表/详情
    
    */
    .phonebanner {
        height: 300px;
    }
    .phonebanner>img {
        height: 300px;
        object-fit: cover;
    }
    .newslist>.left {
        width: 100%;
    }
    .newsitem>section {
        width: 46%;
        margin: 6px;
    }
    .newsitem>section img {
        height: 120px;
    }
    .newslist>.right {
        width: 100%;
        margin-top: 20px;
    }
    .newscon-next>section {
        width: 100%;
    }
}


/*2021-08-27新增小程序二维码样式*/

.w5 {
    margin-left: 5px;
}

.top17 {
    margin-top: 1.7rem;
}

.w23 {
    width: 23%;
}

.top24 {
    margin-top: 2.4rem;
}

.footertel {}

.ewm {
    width: 100%;
    height: auto;
    margin: .3rem 0px;
    overflow: hidden
}

.ewm_left {
    width: 33%;
    height: auto;
    margin-right: 0.5rem;
    float: left;
}

.ewm_right {
    width: 33%;
    height: auto;
    float: left;
}

@media (max-width: 768px) {
    .footertel {
        width: 100%;
    }
    .ewm {
        width: 60%;
        height: auto;
        margin: 1rem auto;
        overflow: hidden
    }
    .ewm_left {
        width: 100%;
        height: auto;
        float: left;
    }
    .ewm_right {
        width: 45%;
        height: auto;
        float: right;
    }
}

.ewm_left img,
.ewm_right img {
    width: 100%;
    height: auto;
    margin: 0px auto
}

.ewm_left p,
.ewm_right p {
    width: 100%;
    font-size: .6rem;
    text-align: center
}

.footertel h3 {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.footertel h4 {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.footerplan1 h5 {
    width: 100%;
    height: auto;
    margin: 15px auto;
    text-align: left;
    overflow: hidden
}

.footerplan1 h5 a {
    color: #993
}

.swhz {
    width: 100%;
    height: auto;
    color: #738694;
    text-align: center;
}

.swhz a {
    color: #738694;
}

.ImgTop10 {
    margin: 3.5% 0;
}